ISubsystem.Started property

Checks whether the KINGSTAR Subsystem is started.

Started becomes true when OP is reached the first time. It goes back to false only once Stop() or RequestState(ecatOffline) is called. Started means that the Axes, I/Os, Groups, etc... are initialized properly.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool Started { get; }
ReadOnly Property Started As Boolean

Property value

Type: bool

See also

ISubsystem Interface

IntervalZero.KINGSTAR.Base.Class Namespace